.b_text-and-image
{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0px 50px;
	align-items: center;
	gap: 30px;
	position: relative;

	&:nth-of-type(odd) > .text-area-2
	{
		order: 2;
	}

	h2, .h2
	{
		font-family: Jost;
		font-size: 30px;
		font-weight: 400;
		font-style: normal;
		color: #FFF;
		line-height: 34px /* 113% */;
	}

	h3, .h3
	{
		font-family: Jost;
		font-size: 26px;
		font-weight: 400;
		font-style: normal;
		color: #C8E094;
		line-height: 30px /* 115% */;
	}

	p, .p
	{
		font-family: "Instrument Sans";
		font-size: 18px;
		font-weight: 500;
		font-style: normal;
		color: #FFF;
		line-height: 28px /* 156% */;
		letter-spacing: 0.02em;
	}

	.shared-set-clear-arrow
	{
		display: flex;
		padding: 0px 13px 0px 0px;
		align-items: center;

		.shape-slice-13-20-20-5
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Text And Image/images/shape-4.svg");
			border-image-slice: 13 20 20 5 fill;
			border-image-width: 13px 20px 20px 5px;
			border-image-repeat: stretch;
			min-width: 25px;
			min-height: 33px;
			position: absolute;
			width: calc(100% - 0px);
			height: calc(100% - 0px);
			left: 0;
			top: 0;
			order: 0;
		}

		.content-5
		{
			display: flex;
			height: 50px;
			padding: 10px 18px 10px 30px;
			justify-content: center;
			align-items: center;
			gap: 8px;
			position: relative;
			flex: 0 0 auto;
			order: 1;
		}

		span.text-navigation
		{
			color: #FFF;
			font-family: "Instrument Sans";
			font-style: normal;
			font-size: 18px;
			font-weight: 600;
			line-height: 20px /* 111% */;
			order: 0;
		}

		.icon-arrow-right-7
		{
			height: 17px;
			position: relative;
			flex: 0 0 10px;
			overflow: clip;
			object-fit: contain;
			order: 1;
		}

		&:hover
		{
			filter: drop-shadow(0 4px 0 rgba(199, 199, 198, 1));
		}

		&:hover .shape-slice-13-20-20-5
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Text And Image/images/shape-7.svg");
		}

		&:hover .text-navigation
		{
			color: #000;
		}

		&:hover .vector-5
		{
			display: none;
		}

		&:hover .vector-9-5
		{
			display: none;
		}
	}

	.shared-comp-icon-arrow-right
	{
		overflow: clip;

		.vector-9-6
		{
			position: absolute;
			left: -1px;
			top: -1px;
			width: 9px;
			height: 19px;
			object-fit: contain;
			aspect-ratio: 9 / 19;
			order: 0;
		}
	}

	.image-2
	{
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		object-fit: cover;
		aspect-ratio: 145 / 88;
		order: 0;
	}

	.text-area-2
	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 1;
	}

	.headings-2
	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		order: 0;
	}

	h2.heading-2
	{
		align-self: stretch;
		order: 0;
	}

	h3.subheading-2
	{
		align-self: stretch;
		order: 1;
	}

	.body-2
	{
		align-self: stretch;
		order: 1;
	}

	.clear-arrow-2
	{
		position: relative;
		flex: 0 0 auto;
		order: 2;

		.shape-slice-13-20-20-5
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Text And Image/images/shape-3.svg");
		}
	}

	@media (min-width: 1440px)
	{
		width: 100%;
		padding: 0px 167px 60px 167px;
		justify-content: center;
		gap: 164px;
		flex-direction: initial;

		.image-2
		{
			height: 460px;
			flex: 0 0 460px;
			aspect-ratio: 1 / 1;
			order: 1;
			width: initial;
		}

		.text-area-2
		{
			justify-content: center;
			gap: 40px;
			flex: 1 1 0%;
			min-width: 0;
			order: 0;
			width: initial;
		}

		.heading-2
		{
			font-size: 48px;
			line-height: 52px /* 108% */;
		}

		.shape-slice-13-20-20-5
		{
			border-image-source: url("/wp-content/acftb-content/acftb-blocks/Text And Image/images/shape-4.svg");
		}
	}
}